.ddsmoothmenu-v ul{padding:10px 15px;}
.ddsmoothmenu-v li a{}
.ddsmoothmenu-v li{}
.ddsmoothmenu-v li:last-child{
    border-bottom: none;
}
.ddsmoothmenu-v ul li{
position: relative;
}
.ddsmoothmenu-v li li a{}
.ddsmoothmenu-v li li{}
/* Top level menu links style */
.ddsmoothmenu-v ul li a{
overflow: auto; /*force hasLayout in IE7 */
/*color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
*/
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/*background: #414141; /*background of menu items (default state)*/
/*color: white;*/

        
}


.content1 .ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:red;
}

.content1 .ddsmoothmenu-v ul li a:hover{
/*background: black; /*background of menu items during onmouseover (hover state)*/
	color:red;
}
.ddsmoothmenu-v ul li .active {
/*background: black; /*background of menu items during onmouseover (hover state)*/
	color:red;
}


/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
		text-transform:uppercase;
		padding:0;
		padding-left:15px;
        position: absolute;
		background:#1d74ba;
        min-width: 200px; /*Sub Menu Items width */
        top: 0 !important;
        font-weight: normal;
        visibility: hidden;
}


 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */